﻿/* SECTION BANNERS */
.section-banners {
  background-image: linear-gradient(to top right, var(--blue-8), var(--blue-9));
  padding: 2.25rem 1.875rem 24rem;
}

.section-banners .section-banners-container {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem; /* 15px */
}

@media (min-width: 1366px) {
  .section-banners .section-banners-container {
    display: grid;
    grid-template-columns: 1fr 28.375rem;
  }
}

.section-banners .section-banners-container .banner-swiper {
  width: 100%;
}

.section-banners .section-banners-container .banner-swiper .swiper-slide a {
  display: flex;
  height: 100%;
}

.section-banners .section-banners-container .banner-swiper .swiper-slide a img {
  width: 100%;
  max-height: 37.5rem; /* 600px */
  object-fit: cover;
  border-radius: 10px;
}

.section-banners .section-banners-container .banners-statics {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375rem; /* 15px */
  overflow: hidden;
}

@media (min-width: 640px) {
  .section-banners .section-banners-container .banners-statics {
    flex-direction: row;
  }
}

@media (min-width: 1366px) {
  .section-banners .section-banners-container .banners-statics {
    flex-direction: column;
  }
}

.section-banners .section-banners-container .banners-statics a {
  width: 100%;
  display: flex;
  flex: 1;
}

.section-banners .section-banners-container .banners-statics a img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* SECTION QUERO SER ALUNO */
.section-quero-ser-aluno {
  width: 100%;
  max-width: 75rem;
  margin-top: -18rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.9375rem; /* 15px */
}

@media (min-width: 1280px) {
  .section-quero-ser-aluno {
    padding: 0;
  }
}

.section-quero-ser-aluno .section-title-white {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem; /* 12px */
  color: var(--white);
}

.section-quero-ser-aluno .section-title-white > span {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 200;
  font-size: 2.125rem; /* 34px */
  border-bottom: 1px solid var(--blue-7);
}

@media (min-width: 640px) {
  .section-quero-ser-aluno .section-title-white > span {
    font-size: 3rem; /* 48px */
  }
}

.section-quero-ser-aluno .section-title-white > h2 {
  font-size: 3rem; /* 48px */
  font-weight: 500;
}

@media (min-width: 640px) {
  .section-quero-ser-aluno .section-title-white > h2 {
    font-size: 4.0625rem; /* 65rem */
    line-height: 4.70338rem; /* 75.25px */
  }
}

.section-quero-ser-aluno .section-quero-ser-aluno-container {
  margin-top: 1rem; /* 16px */
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.9375rem; /* 15px */
}

@media (min-width: 640px) {
  .section-quero-ser-aluno .section-quero-ser-aluno-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .section-quero-ser-aluno .section-quero-ser-aluno-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.875rem; /* 30px */
  }
}

.section-quero-ser-aluno .section-quero-ser-aluno-container button {
  width: 100%;
  min-height: 24rem; /* 384px */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5625rem 1.5625rem 1.875rem 1.5625rem; /* 25px 25px 30px 25px */
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}

.section-quero-ser-aluno button.bg-cau-card {
  background-image: url('../assets/cau-card.png');
}

.section-quero-ser-aluno button.bg-graduacao-card {
  background-image: url('../assets/graduacao-card.png');
}

.section-quero-ser-aluno button.bg-internacional-card {
  background-image: url('../assets/internacional-card.png');
}

.section-quero-ser-aluno button.bg-pos-graduacao-card {
  background-image: url('../assets/pos-graduacao-card.png');
}

.section-quero-ser-aluno button > h2 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 2.125rem; /* 34px */
  font-weight: 500;
  line-height: 2.25rem; /* 36px */
  color: var(--white);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.section-quero-ser-aluno button.bg-cau-card > h2,
.section-quero-ser-aluno button.bg-internacional-card > h2 {
  text-align: left;
}

.section-quero-ser-aluno button > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem; /* 4px */
}

.section-quero-ser-aluno button > div a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  text-align: left;
  padding: 0.25rem 0.5rem; /* 4px 8px */
  color: var(--blue-7);
  background-color: var(--white);
  border-radius: 5px;
  transition: color 0.2s;
}

.section-quero-ser-aluno button > div a:hover {
  color: var(--vivid-2);
}

.section-quero-ser-aluno button > div a > small {
  font-family: inherit;
  font-weight: 500;
  font-size: 0.6875rem; /* 11px */
  display: block;
}

.section-quero-ser-aluno button > div a:hover > small {
  color: var(--vivid-2);
}

.section-quero-ser-aluno button.bg-internacional-card > div a {
  display: flex;
  align-items: center;
  gap: 0.25rem; /* 4px */
  flex-wrap: wrap;
}

/* SECTION CONHEÇA NOSSAS BOLSAS DE ESTUDO */
.section-conheca-bolsas {
  overflow: hidden;
}

.section-conheca-bolsas .section-conheca-bolsas-container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 4rem 0.9375rem 4rem 0.9375rem; /* 64px 15px 64px 15px */
}

@media (min-width: 1280px) {
  .section-conheca-bolsas .section-conheca-bolsas-container {
    padding: 4rem 0; /* 64px 0 */
  }
}

.section-conheca-bolsas .section-title-blue {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--blue-6);
  gap: 0.625rem; /* 10px */
}

@media (min-width: 768px) {
  .section-conheca-bolsas .section-title-blue {
    flex-direction: row;
  }
}

.section-conheca-bolsas .section-title-blue > span {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 300;
  font-size: 2rem; /* 32px */
  line-height: 2.3rem; /* 36.8px */
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--gray-3);
}

/* @media (min-width: 640px) {
  .section-conheca-bolsas  .section-title-blue > span {
    font-size: 2rem;
  }
} */

.section-conheca-bolsas .section-title-blue > h2 {
  font-weight: 500;
  font-size: 3rem; /* 48px */
  line-height: 3.45rem; /* 55.2px */
}

@media (min-width: 640px) {
  .section-conheca-bolsas .section-title-blue > h2 {
    font-size: 3.58781rem; /* 57.41px */
    line-height: 4.126rem; /* 66.02px */
  }
}

@media (min-width: 768px) {
  .section-conheca-bolsas .section-title-blue > h2 {
    margin-top: 0;
  }
}

.section-conheca-bolsas .section-conheca-bolsas-container .bolsas-swiper {
  width: 100%;
  margin-top: 4rem; /* 64px */
  overflow: initial;
}

.section-conheca-bolsas .bolsas-swiper .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section-conheca-bolsas .bolsas-swiper .swiper-wrapper > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-conheca-bolsas .bolsas-swiper .swiper-wrapper > a div.bolsa-circle {
  width: 7.5rem; /* 120px */
  height: 7.5rem; /* 120px */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, #0090ff, #2cfff2);
}

.section-conheca-bolsas .bolsas-swiper .swiper-wrapper > a div.bolsa-circle img {
  margin-top: -0.625rem; /* -10px */
}

.section-conheca-bolsas .bolsas-swiper .swiper-wrapper > a div.bolsa-card-title {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.125rem; /* 18px */
  font-weight: 600;
  width: 100%;
  height: 3.75rem; /* 60px */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1.25rem; /* 20px */
  padding: 0.75rem 0.9375rem; /* 12px 15px */
  text-align: center;
  border: 2px solid #0090ff;
  border-radius: 10px;
  color: var(--gray-8);
  background-color: var(--white);
  transition: all 0.2s;
}

.section-conheca-bolsas .bolsas-swiper .swiper-wrapper > a:hover div.bolsa-card-title {
  color: var(--white);
  background-color: #0090ff;
  outline: 2px solid var(--white);
}

.section-conheca-bolsas .section-conheca-bolsas-container > a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 1.25rem; /* 20px */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem; /* 12px */
  margin-top: 1.5rem; /* 24px */
  color: var(--blue-7);
  transition: color 0.2s;
}

.section-conheca-bolsas .section-conheca-bolsas-container > a:visited {
  color: var(--blue-7);
}

.section-conheca-bolsas .section-conheca-bolsas-container > a:hover {
  color: var(--vivid-2);
}

.section-conheca-bolsas .section-conheca-bolsas-container > a > div {
  border: 2px solid var(--gray-4);
  border-radius: 50%;
}

.section-conheca-bolsas .section-conheca-bolsas-container > a:hover > div svg path {
  fill: var(--vivid-2);
}

/* SECTION FIQUE POR DENTRO NOTÍCIAS */
.section-noticias {
  position: relative;
  height: 23.75rem; /* 380px */
  margin-top: 15rem; /* 240px */
  background-color: var(--gray-2);
}

@media (min-width: 640px) {
  .section-noticias {
    height: 21.875rem; /* 350px */
  }
}

.section-noticias .section-noticias-container {
  width: 100%;
  max-width: 75rem; /* 1200px */
  margin: 0 auto;
  padding: 0 0.9375rem 0.3125rem 0.9375rem; /* 0 15px 5px 15px */
  position: absolute;
  left: 0;
  right: 0;
  top: -16rem; /* -256px */
}

@media (min-width: 1280px) {
  .section-noticias .section-noticias-container {
    padding: 0;
  }
}

.section-noticias .section-title-blue {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--blue-6);
  gap: 0.625rem; /* 10px */
}

@media (min-width: 640px) {
  .section-noticias .section-title-blue {
    flex-direction: row;
    gap: 0.75rem; /* 12px */
  }
}

.section-noticias .section-title-blue > span {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 300;
  font-size: 2rem; /* 32px */
  line-height: 2.3rem; /* 36.8px */
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--gray-3);
}

/* @media (min-width: 640px) {
  .section-noticias  .section-title-blue > span {
    font-size: 3rem;
  }
} */

.section-noticias .section-title-blue > h2 {
  font-weight: 500;
  font-size: 3rem; /* 48px */
  line-height: 3.45rem; /* 55.2px */
}

@media (min-width: 640px) {
  .section-noticias .section-title-blue > h2 {
    font-size: 3.58781rem; /* 57.41px */
    line-height: 4.126rem; /* 66.02px */
  }
}

.section-noticias .section-noticias-container .noticias-swiper {
  width: 100%;
  margin-top: 2rem; /* 32px */
  overflow: initial;
}

.section-noticias .noticias-swiper .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section-noticias .noticias-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 3px 1px rgba(66, 66, 66, 0.2), 0px 2px 8px 4px rgba(66, 66, 66, 0.1);
}

@media (min-width: 1280px) {
  .section-noticias .noticias-swiper .swiper-slide {
    max-width: 16.875rem; /* 270px */
  }
}

.section-noticias .noticias-swiper .swiper-slide div:nth-child(1) {
  position: relative;
  display: flex;
  overflow: hidden;
}

.section-noticias .noticias-swiper .swiper-slide div:nth-child(1) > img {
  width: 100%;
  height: 13.375rem; /* 214px */
  max-height: 13.375rem; /* 214px */
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  transition: transform 0.5s;
}

.section-noticias .noticias-swiper .swiper-slide:hover div:nth-child(1) > img {
  transform: scale(1.1);
}

.section-noticias .noticias-swiper .swiper-slide div:nth-child(1) > span {
  position: absolute;
  top: 0.5rem; /* 8px */
  right: 0.5rem; /* 8px */
  width: fit-content;
  padding: 0 0.3125rem; /* 0 5px */
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size: 0.6875rem; /* 11px */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.section-noticias .noticias-swiper .swiper-slide div:nth-child(2) {
  height: 11rem; /* 176px */
  max-height: 11rem; /* 176px */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem; /* 12px */
  border-radius: 0 0 10px 10px;
  padding: 0.9375rem; /* 15px */
  color: var(--blue-7);
  background-color: var(--white);
  line-height: 1.75rem; /* 28px */
  transition: color 0.2s;
}

.section-noticias .noticias-swiper .swiper-slide:hover div:nth-child(2) {
  color: var(--vivid-2);
}

.section-noticias .noticias-swiper .swiper-slide div:nth-child(2) h5 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: 1.25rem; /* 20px */
  line-height: 1.5rem; /* 24px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section-noticias .noticias-swiper .swiper-slide div:nth-child(2) span {
  display: block;
  width: 3rem; /* 48px */
  height: 1px;
  background-color: var(--gray-4);
}

.section-noticias .noticias-swiper .swiper-slide div:nth-child(2) p {
  font-size: 0.875rem; /* 14px */
  line-height: 1.375rem; /* 22px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.section-noticias .section-noticias-container > a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 1.25rem; /* 20px */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem; /* 12px */
  margin-top: 1.5rem; /* 24px */
  color: var(--blue-7);
  transition: color 0.2s;
}

.section-noticias .section-noticias-container > a:visited {
  color: var(--blue-7);
}

.section-noticias .section-noticias-container > a:hover {
  color: var(--vivid-2);
}

.section-noticias .section-noticias-container > a > div {
  border: 2px solid var(--gray-4);
  border-radius: 50%;
}

.section-noticias .section-noticias-container > a:hover > div svg path {
  fill: var(--vivid-2);
}

/* SECTION PRÓXIMOS EVENTOS */
.section-proximos-eventos {
  overflow: hidden;
}

.section-proximos-eventos .section-proximos-eventos-container {
  width: 100%;
  max-width: 75rem; /* 1200px */
  margin: 0 auto;
  padding: 4rem 0.9375rem; /* 64px 15px */
}

@media (min-width: 1280px) {
  .section-proximos-eventos .section-proximos-eventos-container {
    padding: 4rem 0; /* 64px 0 */
  }
}

.section-proximos-eventos .section-title-blue {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--blue-6);
  gap: 0.625rem; /* 10px */
}

@media (min-width: 640px) {
  .section-proximos-eventos .section-title-blue {
    flex-direction: row;
  }
}

.section-proximos-eventos .section-title-blue > span {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 300;
  font-size: 2rem; /* 32px */
  line-height: 2.3rem; /* 36.8px */
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--gray-3);
}

.section-proximos-eventos .section-title-blue > h2 {
  font-weight: 500;
  font-size: 3rem; /* 48px */
  line-height: 3.45rem; /* 55.2px */
}

@media (min-width: 640px) {
  .section-proximos-eventos .section-title-blue > h2 {
    font-size: 3.58781rem; /* 57.41px */
    line-height: 4.126rem; /* 66.02px */
  }
}

.section-proximos-eventos .eventos-swiper {
  width: 100%;
  margin-top: 1.875rem; /* 30px */
  overflow: initial;
}

.section-proximos-eventos .eventos-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-proximos-eventos .eventos-swiper a.eventos-card {
  width: 100%;
  height: 100%;
  min-height: 11.75rem; /* 188px */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.625rem; /* 10px */
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;
}

.section-proximos-eventos .eventos-swiper a.eventos-card .eventos-card-title-wrapper {
  margin-bottom: auto;
  padding: 0.9375rem 0.9375rem 0 0.9375rem; /* 15px 15px 0 15px */
  text-align: start;
}

.section-proximos-eventos .eventos-swiper a.eventos-card .eventos-card-title-wrapper strong {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  line-height: 1.375rem; /* 22px */
  color: var(--gray-9);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section-proximos-eventos .eventos-swiper a.eventos-card .eventos-card-tag {
  font-size: 0.75rem; /* 12px */
  line-height: normal;
  text-align: center;
  width: 100%;
  display: block;
  color: var(--white);
  padding: 0.125rem 0;
}

.section-proximos-eventos .eventos-swiper a.eventos-card .saiba-mais-wrapper {
  display: flex;
  flex-direction: column;
}

.section-proximos-eventos .eventos-swiper a.eventos-card .saiba-mais-wrapper > div {
  display: flex;
  align-items: center;
  gap: 0.3125rem; /* 5px */
  padding-left: 0.9375rem; /* 15px */
  padding-right: 0.9375rem; /* 15px */
  padding-bottom: 0.9375rem; /* 15px */
}

.section-proximos-eventos
  .eventos-swiper
  a.eventos-card
  .saiba-mais-wrapper
  > div
  .eventos-de
  span.eventos-card-date {
  font-size: 0.875rem; /* 14px */
  line-height: normal;
  letter-spacing: 0.03125rem; /* 0.5px */
  color: var(--gray-9);
}

.section-proximos-eventos .eventos-swiper a.eventos-card .saiba-mais-wrapper > div .eventos-de span.de,
.section-proximos-eventos .eventos-swiper a.eventos-card .saiba-mais-wrapper > div .eventos-ate span.ate {
  font-size: 0.625rem; /* 10px */
  letter-spacing: 0.1em;
  color: var(--gray-7);
}

.section-proximos-eventos .eventos-swiper a.eventos-card .saiba-mais-wrapper > div .eventos-de span:not(.de),
.section-proximos-eventos
  .eventos-swiper
  a.eventos-card
  .saiba-mais-wrapper
  > div
  .eventos-ate
  span:not(.ate) {
  font-size: 0.875rem; /* 14px */
  letter-spacing: 0.05em;
  color: var(--gray-9);
}

.section-proximos-eventos .eventos-swiper a.eventos-card .saiba-mais-wrapper span.eventos-card-button {
  font-weight: 600;
  font-size: 0.875rem; /* 14px */
  line-height: 1.125rem; /* 18px */
  letter-spacing: 0.0625rem;
  display: flex;
  justify-content: center;
  padding-bottom: 0.625rem; /* 10px */
  transition: color 0.2s;
}

.section-proximos-eventos .section-proximos-eventos-container > a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 1.25rem; /* 20px */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem; /* 12px */
  margin-top: 1.5rem; /* 24px */
  color: var(--blue-7);
  transition: color 0.2s;
}

.section-proximos-eventos .section-proximos-eventos-container > a:visited {
  color: var(--blue-7);
}

.section-proximos-eventos .section-proximos-eventos-container > a:hover {
  color: var(--vivid-2);
}

.section-proximos-eventos .section-proximos-eventos-container > a > div {
  border: 2px solid var(--gray-4);
  border-radius: 50%;
}

.section-proximos-eventos .section-proximos-eventos-container > a:hover > div svg path {
  fill: var(--vivid-2);
}

/* SECTION ÚLTIMOS EDITAIS */
.section-ultimos-editais {
  background-color: var(--blue-7);
}

.section-ultimos-editais .section-ultimos-editais-container {
  width: 100%;
  max-width: 75rem; /* 1200px */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2.25rem 0.9375rem; /* 36px 15px */
}

@media (min-width: 1125px) {
  .section-ultimos-editais .section-ultimos-editais-container {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .section-ultimos-editais .section-ultimos-editais-container {
    padding: 2.25rem 0; /* 36px 0 */
  }
}

.section-ultimos-editais .section-title-white {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem; /* 10px */
  color: var(--white);
}

.section-ultimos-editais .section-title-white > span {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 200;
  font-size: 2rem; /* 32px */
  line-height: 2.3rem; /* 36.8px */
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--blue-6);
}

.section-ultimos-editais .section-title-white > h2 {
  font-weight: 500;
  font-size: 3rem; /* 48px */
  line-height: 3.45rem; /* 55.2px */
}

@media (min-width: 640px) {
  .section-ultimos-editais .section-title-white > h2 {
    font-size: 3.58781rem; /* 57.41px */
    line-height: 4.126rem; /* 66.02px */
  }
}

.section-ultimos-editais .editais-swiper {
  width: 100%;
  max-width: 36.5625rem; /* 585px */
  overflow: hidden;
  margin-top: 1.25rem; /* 20px */
}

@media (min-width: 1125px) {
  .section-ultimos-editais .editais-swiper {
    margin-top: 0;
  }
}

.section-ultimos-editais .editais-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.section-ultimos-editais .editais-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px) {
  .section-ultimos-editais .editais-swiper .swiper-slide {
    padding: 0 4rem; /* 0 64px */
  }
}

.section-ultimos-editais .editais-swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  gap: 0.25rem; /* 4px */
}

.section-ultimos-editais .editais-swiper .swiper-slide a span {
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.6875rem; /* 11px */
  letter-spacing: 0.1em;
  color: var(--gray-1);
  background-color: var(--blue-8);
  border-radius: 5px;
  width: max-content;
  padding-top: 0.25rem; /* 4px */
  padding-bottom: 0.25rem; /* 4px */
  padding-left: 0.375rem; /* 6px */
  padding-right: 0.375rem; /* 6px */
}

.section-ultimos-editais .editais-swiper .swiper-slide a p {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */
  color: var(--white);
}

.section-ultimos-editais .section-ultimos-editais-container > a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 1.25rem; /* 20px */
  display: flex;
  align-items: center;
  gap: 0.75rem; /* 12px */
  margin-top: 1.25rem; /* 20px */
  margin-left: auto;
  color: var(--white);
  transition: color 0.2s;
}

.section-ultimos-editais .section-ultimos-editais-container > a:visited {
  color: var(--white);
}

.section-ultimos-editais .section-ultimos-editais-container > a:hover {
  color: var(--gray-3);
}

@media (min-width: 1024px) {
  .section-ultimos-editais .section-ultimos-editais-container > a {
    margin-top: 0;
  }
}

.section-ultimos-editais .section-ultimos-editais-container > a div {
  border: 2px solid var(--blue-6);
  border-radius: 50%;
}

.section-ultimos-editais .section-ultimos-editais-container > a:hover div svg path {
  fill: var(--gray-3);
}

/* SECTION PREVISÃO DO TEMPO */
.section-previsao-tempo {
  border-bottom: 1px solid var(--gray-2);
}

.section-previsao-tempo .section-previsao-tempo-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3.5rem; /* 56px */
  width: 100%;
  max-width: 75rem; /* 1200px */
  margin: 0 auto;
  padding: 4rem 0.9375rem; /* 64px 15px */
}

@media (min-width: 1024px) {
  .section-previsao-tempo .section-previsao-tempo-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .section-previsao-tempo .section-previsao-tempo-container {
    padding: 4rem 0; /* 64px 0 */
  }
}

.section-previsao-tempo .previsao-do-tempo .section-title-blue {
  display: flex;
  align-items: center;
  gap: 0.625rem; /* 10px */
  color: var(--blue-6);
}

.section-previsao-tempo .previsao-do-tempo .section-title-blue > span {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 300;
  font-size: 2rem; /* 32px */
  line-height: 2.3rem; /* 36.8px */
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--gray-3);
}

.section-previsao-tempo .previsao-do-tempo .section-title-blue > h2 {
  font-weight: 500;
  font-size: 3rem; /* 48px */
  line-height: 3.45rem; /* 55.2px */
}

@media (min-width: 640px) {
  .section-previsao-tempo .previsao-do-tempo .section-title-blue > h2 {
    font-size: 3.58781rem; /* 57.41px */
    line-height: 4.126rem; /* 66.02px */
  }
}

.section-previsao-tempo .previsao-do-tempo .previsao-do-tempo-grid {
  margin-top: 1.25rem; /* 20px */
}

.section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-buttons {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem; /* 8px */
  padding: 1rem 0.25rem; /* 16px 4px */
  overflow-x: scroll;
}

@media (min-width: 1024px) {
  .section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-buttons {
    justify-content: space-between;
    overflow-x: hidden;
  }
}

.section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-buttons button {
  font-weight: 600;
  font-size: 0.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.75rem; /* 12px */
  padding-bottom: 0.75rem; /* 12px */
  padding-left: 1rem; /* 16px */
  padding-right: 1rem; /* 16px */
  color: var(--gray-8);
  border-radius: 5px;
  transition: all 0.2s;
}

@media (min-width: 1024px) {
  .section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-buttons button {
    padding-left: 0.5rem; /* 8px */
    padding-right: 0.5rem; /* 8px */
  }
}

.section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-buttons button:hover {
  box-shadow: 0 1px 3px 1px rgba(66, 66, 66, 0.2), 0 2px 8px 4px rgba(66, 66, 66, 0.1);
}

.section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-buttons button:focus-within {
  box-shadow: 0 1px 3px 1px rgba(66, 66, 66, 0.2), 0 2px 8px 4px rgba(66, 66, 66, 0.1);
}

.section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-buttons button > img {
  width: 3.5rem; /* 56px */
  height: 3.5rem; /* 56px */
}

@media (min-width: 1024px) {
  .section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-buttons button > img {
    width: auto;
    height: auto;
  }
}

.section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-buttons button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}

.section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-content {
  margin-top: 1.25rem; /* 20px */
}

.section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-content .previsao-card > strong {
  font-weight: 600;
  font-size: 1rem;
  color: var(--gray-9);
}

.section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-content .previsao-card > div {
  margin-top: 0.5rem; /* 8px */
}

.section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-content .previsao-card > div .vento,
.section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-content .previsao-card > div .mar {
  font-size: 0.875rem; /* 14px */
  line-height: 1.5rem; /* 24px */
  color: var(--gray-9);
}

.section-previsao-tempo .previsao-do-tempo-grid .previsao-do-tempo-content .previsao-card > div .mar {
  margin-top: 1.25rem; /* 20px */
}

.section-previsao-tempo .previsao-do-tempo-grid > a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 1.25rem; /* 20px */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem; /* 12px */
  margin-top: 1.25rem; /* 20px */
  color: var(--blue-7);
  transition: color 0.2s;
}

.section-previsao-tempo .previsao-do-tempo-grid > a:visited {
  color: var(--blue-7);
}

.section-previsao-tempo .previsao-do-tempo-grid > a:hover {
  color: var(--vivid-2);
}

.section-previsao-tempo .previsao-do-tempo-grid > a div {
  border: 2px solid var(--gray-4);
  border-radius: 50%;
}

.section-previsao-tempo .previsao-do-tempo-grid > a:hover div svg path {
  fill: var(--vivid-2);
}

.section-previsao-tempo .botoes-atalho {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.9375rem; /* 15px */
}

@media (min-width: 640px) {
  .section-previsao-tempo .botoes-atalho {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .section-previsao-tempo .botoes-atalho {
    font-size: 1.25rem; /* 20px */
  }
}

.section-previsao-tempo .botoes-atalho > a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: 1.25rem; /* 20px */
  line-height: 1.125rem; /* 18px */
  display: flex;
  align-items: center;
  gap: 0.625rem; /* 10px */
  padding: 1.25rem; /* 20px */
  border: 2px solid var(--gray-4);
  border-radius: 10px;
  transition: all 0.2s;
}

@media (min-width: 1280px) {
  .section-previsao-tempo .botoes-atalho > a {
    gap: 0.9375rem; /* 15px */
  }
}

.section-previsao-tempo .botoes-atalho > a svg {
  width: 1.5rem; /* 24px */
  height: 1.5rem; /* 24px */
}

@media (min-width: 1280px) {
  .section-previsao-tempo .botoes-atalho > a svg {
    width: auto;
    height: auto;
  }
}

.section-previsao-tempo .botoes-atalho > a:hover svg path,
.section-previsao-tempo .botoes-atalho > a:hover svg ellipse,
.section-previsao-tempo .botoes-atalho > a:hover svg circle,
.section-previsao-tempo .botoes-atalho > a:hover svg rect {
  stroke: var(--white);
}

.section-previsao-tempo .botoes-atalho > a.text-biblioteca {
  color: var(--biblioteca);
}

.section-previsao-tempo .botoes-atalho > a.text-biblioteca:hover {
  background-color: var(--biblioteca);
  color: var(--white);
}

.section-previsao-tempo .botoes-atalho > a.text-bolsas-estudo {
  color: var(--bolsas-estudo);
}

.section-previsao-tempo .botoes-atalho > a.text-bolsas-estudo:hover {
  background-color: var(--bolsas-estudo);
  color: var(--white);
}

.section-previsao-tempo .botoes-atalho > a.text-calendario-academico {
  color: var(--calendario-academico);
}

.section-previsao-tempo .botoes-atalho > a.text-calendario-academico:hover {
  background-color: var(--calendario-academico);
  color: var(--white);
}

.section-previsao-tempo .botoes-atalho > a.text-cursos-livres {
  color: var(--cursos-livres);
}

.section-previsao-tempo .botoes-atalho > a.text-cursos-livres:hover {
  background-color: var(--cursos-livres);
  color: var(--white);
}

.section-previsao-tempo .botoes-atalho > a.text-moradia {
  color: var(--moradia);
}

.section-previsao-tempo .botoes-atalho > a.text-moradia:hover {
  background-color: var(--moradia);
  color: var(--white);
}

.section-previsao-tempo .botoes-atalho > a.text-transferencias {
  color: var(--transferencias);
}

.section-previsao-tempo .botoes-atalho > a.text-transferencias:hover {
  background-color: var(--transferencias);
  color: var(--white);
}

.section-previsao-tempo .botoes-atalho > a.text-radio {
  color: var(--radio);
}

.section-previsao-tempo .botoes-atalho > a.text-radio:hover {
  background-color: var(--radio);
  color: var(--white);
}

.section-previsao-tempo .botoes-atalho > a.text-telefone {
  color: var(--telefone);
}

.section-previsao-tempo .botoes-atalho > a.text-telefone:hover {
  background-color: var(--telefone);
  color: var(--white);
}

.section-previsao-tempo .botoes-atalho > a.text-trabalhe-conosco {
  color: var(--trabalhe-conosco);
}

.section-previsao-tempo .botoes-atalho > a.text-trabalhe-conosco:hover {
  background-color: var(--trabalhe-conosco);
  color: var(--white);
}

.section-previsao-tempo .botoes-atalho > a.text-transporte {
  color: var(--transporte);
}

.section-previsao-tempo .botoes-atalho > a.text-transporte:hover {
  background-color: var(--transporte);
  color: var(--white);
}

/* SECTION REDES SOCIAIS */
.section-redes-sociais {
  border-bottom: 1px solid var(--gray-2);
}

.section-redes-sociais .section-redes-sociais-container {
  width: 100%;
  max-width: 75rem; /* 1200px */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem; /* 30px */
  margin: 0 auto;
  padding: 3rem 0.9375rem; /* 48px 15px */
}

@media (min-width: 1024px) {
  .section-redes-sociais .section-redes-sociais-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .section-redes-sociais .section-redes-sociais-container {
    padding: 3rem 0; /* 48px 0 */
  }
}

.section-redes-sociais .redes-sociais {
  display: flex;
  align-items: center;
  gap: 0.625rem; /* 10px */
}

.section-redes-sociais .telefone-0800 {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  color: var(--gray-9);
}

.section-redes-sociais .telefone-0800 > p {
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.8125rem; /* 13px */
  line-height: 1rem; /* 16px */
}

.section-redes-sociais .telefone-0800 > a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 1.375rem; /* 22px */
  line-height: 1.5rem; /* 24px */
  transition: color 0.2s;
}

.section-redes-sociais .telefone-0800 > a:hover {
  color: var(--gray-7);
}

.section-redes-sociais a.whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 0.625rem; /* 10px */
  min-width: 12rem; /* 192px */
}

.section-redes-sociais a.whatsapp-btn img {
  width: 100%;
  max-width: 2.5rem; /* 40px */
}

.section-redes-sociais a.whatsapp-btn > div {
  display: flex;
  flex-direction: column;
}

.section-redes-sociais a.whatsapp-btn > div p {
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.8125rem; /* 13px */
  line-height: 1rem; /* 16px */
}

.section-redes-sociais a.whatsapp-btn > div span {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 1.375rem; /* 22px */
  line-height: 1.5rem; /* 24px */
  color: var(--blue-7);
  transition: color 0.2s;
}

.section-redes-sociais a.whatsapp-btn:hover > div span {
  color: var(--vivid-2);
}

.section-redes-sociais a.duvidas-frequentes-btn {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: 1.25rem; /* 20px */
  width: 16.875rem; /* 270px */
  padding: 0.9375rem 0; /* 15px 0 */
  color: var(--blue-7);
  border: 2px solid var(--gray-4);
  border-radius: 10px;
  text-align: center;
  transition: color 0.2s;
}

.section-redes-sociais a.duvidas-frequentes-btn:hover {
  color: var(--vivid-2);
}

/* SECTION SELOS */
.section-selos .section-selos-container {
  width: 100%;
  max-width: 75rem; /* 1200px */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem; /* 24px */
  margin: 0 auto;
  padding-top: 3rem; /* 48px */
  padding-left: 0.9375rem; /* 15px */
  padding-right: 0.9375rem; /* 15px */
}

.section-selos .selo-universidade-gratuita img {
  max-width: 7.5rem; /* 120px */
}

@media (min-width: 1024px) {
  .section-selos .section-selos-container {
    justify-content: space-between;
    gap: 1rem; /* 16px */
    padding-top: 0;
  }
}

@media (min-width: 1280px) {
  .section-selos .section-selos-container {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fade-left {
  animation: fade-left 0.4s ease-in-out forwards;
}

@keyframes fade-left-reverse {
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }

  0% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fade-left-reverse {
  animation: fade-left-reverse 0.4s ease-in-out forwards;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom CSS */
summary {
  /* remove default marker from smumary */
  display: block;
}

/* SwiperJS custom CSS */
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  background: transparent !important;
  border: 1px solid #fff !important;
  outline: 1px solid transparent !important;
  outline-offset: 2px !important;
  opacity: 0.7 !important;
  width: 12px !important;
  height: 12px !important;
  transition: all 0.1s ease-in !important;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background: #fff !important;
  outline-color: #fff !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  outline-offset: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
  font-size: 2rem !important;
}

@media (max-width: 640px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }
}

/* Remove scrollbar */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.visited\:text-blue-7:visited {
  color: rgb(17 77 166);
}

.visited\:text-white:visited {
  color: rgb(255 255 255);
}

.focus-within\:shadow-base:focus-within {
  --tw-shadow: 0px 1px 3px 1px rgba(66, 66, 66, 0.2), 0px 2px 8px 4px rgba(66, 66, 66, 0.1);
  --tw-shadow-colored: 0px 1px 3px 1px var(--tw-shadow-color), 0px 2px 8px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* CSS Custom */
.hidden {
  display: none;
}

.bolsa-card .bolsa-card-title {
  transition: color 0.2s, background-color 0.2s;
}

.bolsa-card:hover .bolsa-card-title {
  color: #fff;
  background-color: #0090ff;
  outline: 2px solid #fff;
}
